home *** CD-ROM | disk | FTP | other *** search
/ Backpacker 2 (Sweden) / BackPacker 2 (Sweden) (Disc 1).7z / BackPacker 2 (Sweden) (Disc 1).bin / pc / instdata / instin04 / 00046.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  283 b   |  16 lines

  1. on exitFrame
  2.   global gForlust, gGameResult
  3.   if gForlust then
  4.     set gGameResult to 2
  5.     repeat with i = 1 to 48
  6.       puppetSprite(i, 0)
  7.       set the visible of sprite i to 1
  8.     end repeat
  9.     go("fBLACK")
  10.     go("final")
  11.   else
  12.     startTimer()
  13.     go("MY TURN")
  14.   end if
  15. end
  16.